Interface IPPool

All Superinterfaces:
IPCObject, Pool
All Known Implementing Classes:
IPPoolImpl

public interface IPPool extends Pool
Information provided by the PKI file:

    \class IpPool
    
    \brief IpPool is the class that manages the IP pool in the Variable Manager for activity files.
    
    \example appWindow().getActiveFile().getVariableManager().getIpPoolAt(0)
    
Author:
Auto-generated
  • Method Details

    • getNetworkIp

      IPAddress getNetworkIp()
      Information provided by the PKI file:
      
          \brief Returns the drawn network address.
          
          \return ip, the drawn network address.
          
              
      Returns:
      IPAddress Returns a IPAddress
    • getMaskIp

      IPAddress getMaskIp()
      Information provided by the PKI file:
      
          \brief Returns the drawn network mask.
          
          \return ip, the drawn network mask.
          
              
      Returns:
      IPAddress Returns a IPAddress
    • getFirstIp

      IPAddress getFirstIp()
      Information provided by the PKI file:
      
          \brief Returns the drawn first IP address.
          
          \return ip, the drawn first IP address.
          
              
      Returns:
      IPAddress Returns a IPAddress
    • getLastIp

      IPAddress getLastIp()
      Information provided by the PKI file:
      
          \brief Returns the drawn last IP address.
          
          \return ip, the drawn last IP address.
          
              
      Returns:
      IPAddress Returns a IPAddress
    • getAuthoredNetworkIp

      String getAuthoredNetworkIp()
      Information provided by the PKI file:
      
          \brief Returns the authored network address.
          
          \return QString, the authored network address.
          
              
      Returns:
      String Returns a String
    • getAuthoredMaskIp

      String getAuthoredMaskIp()
      Information provided by the PKI file:
      
          \brief Returns the authored network address.
          
          \return QString, the authored network address.
          
              
      Returns:
      String Returns a String
    • getAuthoredFirstIp

      String getAuthoredFirstIp()
      Information provided by the PKI file:
      
          \brief Returns the authored first IP address.
          
          \return QString, the authored first IP address.
          
              
      Returns:
      String Returns a String
    • getAuthoredLastIp

      String getAuthoredLastIp()
      Information provided by the PKI file:
      
          \brief Returns the authored last IP address.
          
          \return QString, the authored last IP address.
          
              
      Returns:
      String Returns a String